FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package furore.test.fsh.demo#0.1.0-rc1 (79 ms)

Package furore.test.fsh.demo
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=furore.test.fsh.demo@0.1.0-rc1&canonical=https://furore.com/data/fhir/StructureDefinition/cancer-patient-demo
Url https://furore.com/data/fhir/StructureDefinition/cancer-patient-demo
Version 0.1.0
Status active
Name CancerPatient
Title Cancer Patient Profile
Experimental False
Description A patient who has been diagnosed with a malignant growth or tumor
Type Patient
Kind resource

Resources that use this resource

StructureDefinition
https://furore.com/data/fhir/StructureDefinition/cancer-condition-demo Primary Cancer Condition
https://furore.com/data/fhir/StructureDefinition/cancer-surgery Cancer Surgery

Resources that this resource uses

StructureDefinition
https://furore.com/data/fhir/StructureDefinition/EducationLevel Education Level Extension
http://terminology.hl7.org/ValueSet/v3-Country Country
http://terminology.hl7.org/ValueSet/v3-Country Country


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "cancer-patient-demo",
  "url" : "https://furore.com/data/fhir/StructureDefinition/cancer-patient-demo",
  "version" : "0.1.0",
  "name" : "CancerPatient",
  "title" : "Cancer Patient Profile",
  "status" : "active",
  "description" : "A patient who has been diagnosed with a malignant growth or tumor",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "loinc",
      "uri" : "http://loinc.org",
      "name" : "LOINC code for the element"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Patient",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Patient.extension",
        "path" : "Patient.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Patient.extension:birthPlace",
        "path" : "Patient.extension",
        "sliceName" : "birthPlace",
        "definition" : "The registered place of birth of the patient",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"
            ]
          }
        ]
      },
      {
        "id" : "Patient.extension:educationLevel",
        "path" : "Patient.extension",
        "sliceName" : "educationLevel",
        "definition" : "The level of education of a patient",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://furore.com/data/fhir/StructureDefinition/EducationLevel"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier.value",
        "path" : "Patient.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Patient.birthDate",
        "path" : "Patient.birthDate",
        "mustSupport" : true
      },
      {
        "id" : "Patient.deceased[x]",
        "path" : "Patient.deceased[x]",
        "mustSupport" : true
      },
      {
        "id" : "Patient.address.country",
        "path" : "Patient.address.country",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://terminology.hl7.org/ValueSet/v3-Country"
        }
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.